.zip files don't crash the app anymore

James Peret 8 years ago
parent
commit
354010176b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/scripts/controllers/app-ctrl.js

+ 2 - 0
app/scripts/controllers/app-ctrl.js

@@ -76,6 +76,8 @@ angular.module('codexApp.index', [])
76 76
           $rootScope.$broadcast('main-window:note-view');
77 77
           $state.go("image-view");
78 78
           break;
79
+        default:
80
+          break;
79 81
       }
80 82
     }
81 83